projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
108b85b
)
exynos5: dts: Add device node for XHCI
author
Vivek Gautam
<
[email protected]
>
Sat, 14 Sep 2013 08:32:49 +0000
(14:02 +0530)
committer
Marek Vasut
<
[email protected]
>
Sun, 20 Oct 2013 21:42:38 +0000
(23:42 +0200)
Adding device node for xhci host controller to enable
usb 3.0 on exynos5250.
Signed-off-by: Vivek Gautam <
[email protected]
>
Cc: Julius Werner <
[email protected]
>
Cc: Simon Glass <
[email protected]
>
Cc: Minkyu Kang <
[email protected]
>
Cc: Dan Murphy <
[email protected]
>
Cc: Marek Vasut <
[email protected]
>
arch/arm/dts/exynos5250.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/exynos5250.dtsi
b/arch/arm/dts/exynos5250.dtsi
index 44cbb5a2e5fe1f79ea0d0f32050d0c5838341785..31880eb2305817a64600321785770032a91d005a 100644
(file)
--- a/
arch/arm/dts/exynos5250.dtsi
+++ b/
arch/arm/dts/exynos5250.dtsi
@@
-158,6
+158,18
@@
interrupts = <0 130 0>;
};
+ xhci@12000000 {
+ compatible = "samsung,exynos5250-xhci";
+ reg = <0x12000000 0x10000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ phy {
+ compatible = "samsung,exynos5250-usb3-phy";
+ reg = <0x12100000 0x100>;
+ };
+ };
+
ehci@12110000 {
compatible = "samsung,exynos-ehci";
reg = <0x12110000 0x100>;